Welcome![Sign In][Sign Up]
Location:
Search - python s

Search list

[Othersvm-python

Description: This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
Platform: | Size: 293888 | Author: 王强 | Hits:

[ELanguageSPE-0.8.4.c-wx2.6.1.0.tar

Description: 用python写的ide开发环境,巨强大,不过需要wxpython的支持-Ide written with python development environment, a powerful giant, but it needs the support of wxPython
Platform: | Size: 1378304 | Author: dd | Hits:

[Windows DevelopPython.Programing.For.Absolute.Beginner

Description: The major goal of any programming language is to bridge the gap between the programmer s brain and the computer. Most of the popular languages you ve probably heard of, like C, C++, C#, and Java, are considered high-level languages, which means that they re closer to human language than machine language. And they are. But Python, with its clear and simple rules, is even closer to English than any of these. Creating Python programming is so straightforward that it s been called "programming at the speed of thought."
Platform: | Size: 5722112 | Author: conbano | Hits:

[OtherOReilly.Python.In.A.Nutshell.2003-CHM

Description: This book is aimed at programmers with some previous exposure to Python, as well as experienced programmers coming to Python for the first time from other programming languages. The book is a quick reference to Python itself, the most important parts of its vast standard library, and some of the most popular and useful third-party modules, covering a range of applications including web and network programming, GUIs, XML handling, database interactions, and high-speed numeric computing. It focuses on Python s cross-platform capabilities and covers the basics of extending Python and embedding it in other applications, using either C or Java.
Platform: | Size: 1182720 | Author: julian | Hits:

[OtherProgramming-python.pdf

Description: oreilly出版社的programming python 第四版-If you ve mastered Python s fundamentals, you re ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language s primary application domains: system administration, GUIs, and the Web. You ll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python’s many roles in practical, real-world programming.
Platform: | Size: 25789440 | Author: haha | Hits:

[Internet-Networkpython标准库

Description: 提供Python常用的一些标准库函数,对于初次接触Python的同学来说,是一个很好的学习资料。(Provide commonly used some Python standard library functions, for a first-time Python's classmate, is a very good learning materials.)
Platform: | Size: 547840 | Author: lalalano | Hits:

[DataMining利用Python进行数据分析

Description: pandas库原作者编写,适用于初学数据分析者,主讲python的numpy、pandas、matplotlib库及如何进行数据分析(Pandas library original author, suitable for beginner data analyzer, speaker of Python's numpy, pandas, Matplotlib library and how to carry out data analysis)
Platform: | Size: 81547264 | Author: feijingfeiyue | Hits:

[BooksPython入门指南

Description: Python是一种简单易学,功能强大的编程语言,它有高效率的高层数据结构,简 单而有效地实现面向对象编程。Python简洁的语法和对动态输入的支持,再加上 解释性语言的本质,使得它在大多数平台上的许多领域都是一个理想的脚本语 言,特别适用于快速的应用程序开发(Python is a simple, easy to learn, powerful programming language. It has high efficiency high level data structure. Single and effective implementation of object oriented programming. Python's concise syntax and support for dynamic input, plus The nature of interpretive language makes it an ideal scripting language in many fields on most platforms In particular, it is especially suitable for rapid application development)
Platform: | Size: 1079296 | Author: 开发者12388 | Hits:

[Bookspython

Description: python科学计算入门,全英文资料,适合刚刚接触Python,并想进一步学习的人(Python's introduction to scientific computing)
Platform: | Size: 926720 | Author: 文初何 | Hits:

[Internet-NetworkPython核心编程 第3版 中文版

Description: Python的入门书籍,很适合新手进行阅读(Python's introductory books)
Platform: | Size: 17737728 | Author: 小书包 | Hits:

[Otherpython-3.5.2-embed-amd64

Description: Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. Python's license is administered by the Python Software Foundation.
Platform: | Size: 6861824 | Author: asdfsdfr2342342 | Hits:

[Booksopencv-python

Description: 本书是opencv-python官方网站的教程译本,对于熟练使用Python的opencv初学者具有极大的帮助(This book is a tutorial translation of the opencv-python official website, which is of great help to the skilled use of python's opencv beginners.)
Platform: | Size: 5711872 | Author: 伟锅锅 | Hits:

[Internet-NetworkData Structures and Algorithms Using Python

Description: Data Structures and Algorithms Using Python 作者: Rance D. Necaise 出版社: Wiley 出版年: 2010-12-21 页数: 520 装帧: Paperback ISBN: 9780470618295 越来越多的程序员转向使用Python,这本书将会给他们他们所需要的理解。 Necaise介绍了基本的数组结构,并探讨了实现和使用多维数组的基本原理。 覆盖了许多Python内置数据结构和构造的基本机制。 在本书中讨论了许多ADT和应用程序,以便在引入新的数据结构时允许多个实现。 还介绍了各章节主题的实际应用。 这为程序员提供了Python语言中抽象和基本数据结构和算法的完整覆盖。(More and more programmers are turning to Python and this book will give them the understanding they need. Necaise introduces the basic array structure and explores the fundamentals of implementing and using multi-dimensional arrays. The underlying mechanisms of many of Python s built-in data structures and "constructs are covered. A number of ADTs and applications are discussed as threads throughout the book to allow for multiple implementations as new data structures are introduced. Real-world applications of the various chapter topics are also presented. This gives programmers complete coverage of abstraction and the basic data structures and algorithms in the Python language.)
Platform: | Size: 8684544 | Author: dasongjq | Hits:

[Bookspython高手之路

Description: 这不是一本常规意义上Python的入门书。这本书中没有Python关键字和for循环的使用,也没有细致入微的标准库介绍,而是完全从实战的角度出发,对构建一个完整的Python应用所需掌握的知识进行了系统而完整的介绍。更为难得的是,本书的作者是开源项目OpenStack的PTL(项目技术负责人)之一,因此本书结合了Python在OpenStack中的应用进行讲解,非常具有实战指导意义。 《Python高手之路》从如何开始一个新的项目讲起,首先是整个项目的结构设计,对模块和库的管理,如何编写文档,进而讲到如何分发,以及如何通过虚拟环境对项目进行测试。此外,《Python高手之路》还涉及了很多高级主题,如性能优化、插件化结构的设计与架构、Python3的支持策略等。(This is not a regular introduction to Python. In this book, there is no use of Python keyword and for cycle, nor a detailed introduction to standard library. It is a systematic and complete introduction to building a complete Python application knowledge from a practical perspective. What's more, the author of this book is one of the open source project OpenStack PTL (project technology leader), so this book combines Python's application in OpenStack to explain, and has practical guidance significance. Starting from a new project, how to start a new project is the way of Python. First is the structural design of the whole project, how to manage modules and libraries, how to write documents, and how to distribute them, and how to test projects through virtual environment. In addition, the road to Python also involves a number of advanced topics, such as performance optimization, the design and architecture of the plug-in structure, and the support strategy of the Python3.)
Platform: | Size: 34349056 | Author: liaoblog | Hits:

[BooksPython编程

Description: python的相关书,涵盖很多python开发的知识,毕竟现在python这么火(Python's book covers a lot of knowledge of Python development. After all, Python is so popular now.)
Platform: | Size: 15247360 | Author: 浅墨浅谈 | Hits:

[BooksBeginning-Python

Description: Gain a fundamental understanding of Python's syntax and features with the 2nd edition of Beginning Python, an up-to -date introduction and practical reference.
Platform: | Size: 3275776 | Author: Azur | Hits:

[python

Description: 将Python的一些代码移植到了c++里,其中.h文件要放到编译器的include文件夹里(Transplant some of Python's code into c++, where.H files are placed in the include folder of the compiler.)
Platform: | Size: 3616768 | Author: fred0913 | Hits:

[Python计算机视觉编程

Description: 本书介绍Python的计算机视觉编程,用清晰的Python示例,细致讲解对象识别、3D重建、立体图像、增强现实及其他计算机视觉应用技巧,给出了分析图像的工具与方法。内容:机器人导航、医学图像分析;图像映射与变换;多图像的3D重建;用聚类方法基于相似性和内容组织图像;基于视觉内容的图像检索技巧;实现图像内容分类和对象识别的算法;通过Python接口访问常用的OpenCV库。(This book introduces Python's computer vision programming. With clear Python examples, it elaborates on object recognition, 3D reconstruction, stereo image, augmented reality and other computer vision application techniques, and gives tools and methods for image analysis. Contents: Robot navigation, medical image analysis; image mapping and transformation; multi-image 3D reconstruction; image organization based on similarity and content using clustering method; image retrieval techniques based on visual content; algorithm for image content classification and object recognition; access to common OpenCV library through Python interface.)
Platform: | Size: 5047296 | Author: qhxinshou | Hits:

[Other《python基础教程第三版》

Description: 本书包括Python程序设计的方方面面,首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句。然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器。此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识。最后,作者结合 前面讲述的内容,按照实际项目开发的步骤向读者介绍了几个具有实际意义的 Python项目的开发过程。   本书内容涉及的范围较广,既能为初学者夯实基础,又能帮助程序员提升技能,适合各个层次的Python(This book covers all aspects of Python programming, starting with the installation of Python, and then introduces the basic knowledge and concepts of Python, including lists, tuples, strings, dictionaries and various statements. Then it introduces some relatively advanced topics step by step, including abstraction, anomalies, magic methods, attributes, iterators. After that, it discusses how to use Python in combination with database, network, C language and other tools, so as to give full play to Python's powerful functions. At the same time, it introduces Python program testing, packaging, publishing and other knowledge. Finally, the author introduces the development process of several Python projects with practical significance to the readers according to the steps of actual project development. This book covers a wide range of contents, which can not only lay a solid foundation for beginners, but also help programmers improve their skills, suitable for Python at all levels.)
Platform: | Size: 5082112 | Author: 墙里秋千 | Hits:

[Software EngineeringMastering Python_ Write powerful and efficient code using the full range of Python's capabilities, 2nd Edition-Rick van

Description: Mastering Python_ Write powerful and efficient code using the full range of Python's capabilities, 2nd Edition-Rick van Hattem -Packt Publishing (2022)
Platform: | Size: 20073312 | Author: apm@etsia.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net